Welcome![Sign In][Sign Up]
Location:
Search - linux signal

Search list

[ICQ-IM-ChatSIGNAL-char

Description: 使用C语言信号技术实现的聊天室程序(linux环境)-use C language Signal Technology chat rooms (Linux environment)
Platform: | Size: 11425 | Author: 鲍勃 | Hits:

[Other resourcelinux-operation-in-C-program

Description: 一本很适合在linux下编程的初学者,里面详细的讲解了很多linux下的常见函数的使用,书中也有很多例子。目录如下: 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍-one is very suitable for the under linux programming beginners, which explains in detail the many linux under the common function of the use, the book has many examples. Contents are as follows : 1) Linux program design portal -- basic knowledge 2) Introduction to Linux program design -- the process of introducing 3) Linux program design portal -- File 4) Introduction to Linux program design -- the concept of time 5) Li nux program design portal -- Signal Processing 6) Linux program design portal -- Message Management 7) Linu x Design portal -- Operation Thread 8) Linux program design portal -- Network Programming 9) Linux C development tools introduced
Platform: | Size: 357762 | Author: cpf | Hits:

[Linux-Unixsignal to killchild

Description: 用系统调用signal()让父进程捕捉键盘上来的中断信号(按Ctrl-C键);当捕捉到中断信号后,父进程用系统调用kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止:  Child Process 1 is Killed by Parent!  Child Process 2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息后终止: Parent Process is Killed!-with system call signal () so that the process of capturing the father onto the keyboard interrupt signal (Ctrl-C bond); When the interrupt signal capture, the father of the process of using system calls kill () to process two signals son, the child process to capture the signal output respectively after the termination of the following information : Process is a Child Killed by Parent! Process 2 Child is Killed by Parent! the process of waiting for the father of two-after the termination process, the following information output after termination : Parent Process is Killed!
Platform: | Size: 1024 | Author: microstone | Hits:

[ICQ-IM-ChatSIGNAL-char

Description:
Platform: | Size: 11264 | Author: 鲍勃 | Hits:

[Otherlinux-operation-in-C-program

Description: 一本很适合在linux下编程的初学者,里面详细的讲解了很多linux下的常见函数的使用,书中也有很多例子。目录如下: 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍-one is very suitable for the under linux programming beginners, which explains in detail the many linux under the common function of the use, the book has many examples. Contents are as follows : 1) Linux program design portal-- basic knowledge 2) Introduction to Linux program design-- the process of introducing 3) Linux program design portal-- File 4) Introduction to Linux program design-- the concept of time 5) Li nux program design portal-- Signal Processing 6) Linux program design portal-- Message Management 7) Linu x Design portal-- Operation Thread 8) Linux program design portal-- Network Programming 9) Linux C development tools introduced
Platform: | Size: 357376 | Author: cpf | Hits:

[transportation applicationsgpstk1.3.linux.386.tar

Description: gps源代码,主要关于信号生成,硬件编码及大量相关应用的源代码,是深入学习gps的极好材料-gps source code, mainly on the signal generation, coding and a large number of hardware-related application
Platform: | Size: 22395904 | Author: libin | Hits:

[Internet-Networksignal

Description: Linux网络编程signal.以SIGINT信号为例,通过kill调用往另一个进程发送消息,调用信号处理函数。-Linux network programming signal. To SIGINT signal for example, through the call to kill another process send a message, call the signal processing function.
Platform: | Size: 1024 | Author: 古月 | Hits:

[Linux-UnixLINUX-C-library

Description: LINUX-C-常用库函数手册中文版 分信号处理篇 内存控制篇等-LINUX-C-library function used the Chinese version of the manual signal processing sub-articles, such as memory control articles
Platform: | Size: 260096 | Author: zt | Hits:

[Linux-Unixbbslib.tar

Description: linux下的BBS,使用BBS CACHE,使得mem消耗很低。 天火系統的特點: 1. 統一物件型態設計,讓各種東西都可以在我的最愛出現。 2. 統一各狀態間的功能鍵。( 程式執行過程只 "程式狀態" "物件型態" 來判定動作 )。 3. 內建各種系統(POP3/SMTP/NNTP/..),未來只需要執行單一程式,就會擁有各種功能。 4. 每個人都可以簡單設定個人板。 5. 未來任兩個 BBS 間都可以透過帳號作某一種程度的同步(Sync)。 6. 使用 pthread 設計,並且儘量遵守 POSIX ,達到簡單移植到任何系統的目的。 7. 速度快 不使用 signal/shm/sem ,每個 client 上來只吃 50k 不到的記憶體。 8. 朝無站長系統目標設計。
Platform: | Size: 277504 | Author: 夯夯 | Hits:

[Embeded-SCM Developlinux

Description: 通过客户机和服务器的方式来进行网络通信,通信信号,交给嵌入式驱动程序,完成对led管的发光控制.-Client and server through the means of network communications, communication signal, to the embedded drivers, led to complete control of light-emitting tube.
Platform: | Size: 27648 | Author: x.E | Hits:

[Linux-Unixsignal

Description: linux下利用信号通信机制写的通信程序-linux signal communication mechanism to make use written communication program
Platform: | Size: 2048 | Author: 朱博 | Hits:

[Linux-Unixsignal-comminication

Description: linux高级编程中有关于进程间通信 管道和信号等重要操作的源代码实例 非常的详细 希望大家喜欢-Advanced Programming in the linux on the inter-process communication channels and signal operation and other important details of the source code for examples of great hope that everyone likes
Platform: | Size: 7168 | Author: 韩佳楠 | Hits:

[Linux-UnixLinux-driver-development15

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形成了非常通用、可适应性很强的I2C框架。6.1节对Linux I2C体系结构进行分析,讲解3个组成部分各自的功能及相互联系。6.2节对Linux I2C核心进行分析,讲解i2c-core.c文件的功能和主要函数的实现。6.3节、6.4节分别详细介绍I2C总线驱动和I2C设备驱动的编写方法,给出可供参考的设计模板。6.5节、6.6节以6.3节和6.4节给出的设计模板为基础,讲解S3C2410 ARM处理器I2C总线驱动及挂接在其上的SAA7113H视频模拟/数字转换芯片设备驱动的编写方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 15, Linux the I2C bus and core, device drivers. The I2C bus use only the two root, SDA SCL signal will achieve the data interaction between equipment, greatly simplified the hardware resources and PCB wiring space take up. Therefore, the I2C bus is very widely used in EEPROM, real clock, small LCD equipment and CPU interface. Linux system defines the I2C drive system structure in Linux, system, the I2C driven by three parts, namely the I2C core, the I2C bus driver and the I2C device drivers. The three parts of the cooperation and formed very general, can vary adaptive the I2C framework. Section 6.1 the I2C system for Linux analyzed the structure, the explanation is 3 part of their respective functions and to each other. Section 6.2 to Linux
Platform: | Size: 593920 | Author: 华清远见 | Hits:

[Linux-Unixlinux-sig

Description: linux 信号示例代码,程序包中包含多个不同版本,供参考学习!-linux signal sample code package contains several different versions, for reference to learn!
Platform: | Size: 29696 | Author: admiral | Hits:

[Linux-Unixprocess-signal.tar

Description: LINUX信号资料和简单的代码,学习性的-LINUX signal data and a simple code to learn of the
Platform: | Size: 35840 | Author: lvjingbang | Hits:

[Linux-UnixLinux-serial

Description: Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Description: To provide underlying serial port function, * for high level applications. * */ #include <termios.h> /* tcgetattr, tcsetattr */ #include <stdio.h> /* perror, printf, puts, fprintf, fputs */ #include <unistd.h> /* read, write, close */ #include <fcntl.h> /* open */ #include <sys/signal.h> #include <sys/types.h> #include <string.h> /* bzero, memcpy */ #include <limits.h> /* CHAR_MAX */ #include "vardef.h" /* INT32, INT16, INT8, UINT32, UINT16, UINT8 */ #include "serial.h"-This directory contains the version 0.0.4 release of the Serial Debugger (SDB). The SDB is free software. If you think it is useful in your applications or solutions, you are admitted to use this source code with the declaration of Copyright to the original author, now Ding Baohua. Install procedure is referred to INSTALL file.
Platform: | Size: 8192 | Author: zhangxiaojun | Hits:

[Linux-Unixlinux-signal

Description: 关于linux信号量的学习的资料,主要讲解信号量的使用-linux signal study
Platform: | Size: 261120 | Author: 周文 | Hits:

[Linux-Unixsignalp-4.1c.Linux.tar

Description: SignalP 4.1 server predicts the presence and location of signal peptide cleavage sites in amino acid sequences from different organisms: Gram-positive prokaryotes, Gram-negative prokaryotes, and eukaryotes. The method incorporates a prediction of cleavage sites and a signal peptide/non-signal peptide prediction based on a combination of several artificial neural networks.
Platform: | Size: 7651328 | Author: xiaxiaxia | Hits:

[Internet-Networklinux-sys.zh

Description: linux系统编程相关,socket网络编程,server模型,信号量等,是某培训机构的教材(linux system program,socket,signal)
Platform: | Size: 1947648 | Author: soyu | Hits:

[Linux-UnixLinux 系统编程(第二版) 带书签目录完整版.

Description: 《Linux系统编程(第2版)》是一本关于Linux系统编程的教程,也是一本介绍Linux系统调用的手册,还是一本如何实现更优雅更快代码的内幕指南。《Linux系统编程(第2版)》分为11章和2个附录,详细介绍了Linux系统编程基本概念、文件I/O、缓冲I/O、高级文件I/O、进程管理、高级进程管理、线程、文件和目录管理、信号和时间等主题。(Linux System Programming (2nd Edition) is a tutorial on Linux system programming, a manual on Linux system calls, or an Insider Guide on how to achieve more elegant and faster code. Linux System Programming (2nd Edition) is divided into 11 chapters and 2 appendices. The basic concepts of Linux system programming, file I/O, buffer I/O, advanced file I/O, process management, advanced process management, thread, file and directory management, signal and time are introduced in detail.)
Platform: | Size: 67087360 | Author: gl62m | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net